home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / mus / play / edplyr21.lha / edplayer.h < prev    next >
C/C++ Source or Header  |  1992-02-20  |  359b  |  14 lines

  1. #ifndef __EDPLAYER
  2. #define __EDPLAYER
  3.  
  4. typedef struct EdMessage {     /* This is the EdMessage struct!!!! */
  5.     struct Message MainMess;
  6.     double pad1;
  7.     long   pad2;    /* Pads are so some fields coincide with ARexx, but */
  8.     long   result;  /* don't use this with anything except EdPlayer!    */
  9.     long   result2;
  10.     char   *EdCommand;
  11. };
  12.  
  13. #endif
  14.